-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Order data with Harmony instead of ECS #554
Conversation
👈 Launch a binder notebook on this branch for commit e30dd35 I will automatically update this comment whenever this PR is modified 👈 Launch a binder notebook on this branch for commit abb6338 👈 Launch a binder notebook on this branch for commit 41cd95a 👈 Launch a binder notebook on this branch for commit e79c450 👈 Launch a binder notebook on this branch for commit 5dd81c8 👈 Launch a binder notebook on this branch for commit 6e22466 👈 Launch a binder notebook on this branch for commit 4697ed6 👈 Launch a binder notebook on this branch for commit ef386a6 👈 Launch a binder notebook on this branch for commit 78459ef 👈 Launch a binder notebook on this branch for commit 3fcc23e 👈 Launch a binder notebook on this branch for commit 9f97442 👈 Launch a binder notebook on this branch for commit fadcb29 |
41cd95a
to
e79c450
Compare
e79c450
to
5dd81c8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #554 +/- ##
==========================================
+ Coverage 65.37% 65.84% +0.47%
==========================================
Files 36 38 +2
Lines 3038 3089 +51
Branches 531 534 +3
==========================================
+ Hits 1986 2034 +48
- Misses 970 971 +1
- Partials 82 84 +2 ☔ View full report in Codecov by Sentry. |
5dd81c8
to
6e22466
Compare
6e22466
to
4697ed6
Compare
4697ed6
to
ef386a6
Compare
This will help set the stage for the refactoring!
78459ef
to
3fcc23e
Compare
Mypy doesn't work here because of a bug that can't be worked around: <python/mypy#12098 (comment)>
9f97442
to
fadcb29
Compare
I'm going to break this up in smaller pieces. |
I'm starting out by adding a Mypy config that has no errors. Then I'm going to add some types to reflect the ECS API requests, and get the type checking passing with that. Then I'll migrate to a new set of Harmony query types.